GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-15T02:12:52.4530377+00:00",
"SubmitDate": "2026-04-15T02:12:52.4530377+00:00",
"ReportPeriodStart": "2026-04-15T02:12:52.4530377+00:00",
"ReportPeriodEnd": "2026-04-15T02:12:52.4530377+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "76453874-853a-443b-892d-65a38f37f074",
"Rows": [
{
"ItemId": "c23e35bc-6779-44c2-b5c5-9b7cb7db6106",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c23e35bc-6779-44c2-b5c5-9b7cb7db6106",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "76453874-853a-443b-892d-65a38f37f074",
"Rows": [
{
"ItemId": "c23e35bc-6779-44c2-b5c5-9b7cb7db6106",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c23e35bc-6779-44c2-b5c5-9b7cb7db6106",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"05c61872-95be-4cf1-ae49-91eb2f487f3a",
"73183d27-c71b-4155-9b9c-0b9fe4aa7c12"
],
"Approvers": [
"1803d230-99f1-4118-9bfe-47d787d2ab35",
"71498791-c9b2-4bb1-98cc-bb74e7ab4a40"
],
"ApprovedBy": "aab8a4a0-0290-45b2-9a42-926b616c1d13",
"ApprovalDate": "2026-04-15T02:12:52.4530377+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5776958b-a8d6-4a2d-9187-ae900bd8bbdb",
"id": "44269634-9f1d-47e8-9baf-c2d8cefe6c46",
"ConfigId": "d1aad272-aada-44dc-8752-86fabf5628a6"
},
{
"GenerationDate": "2026-04-15T02:12:52.4530377+00:00",
"SubmitDate": "2026-04-15T02:12:52.4530377+00:00",
"ReportPeriodStart": "2026-04-15T02:12:52.4530377+00:00",
"ReportPeriodEnd": "2026-04-15T02:12:52.4530377+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "76453874-853a-443b-892d-65a38f37f074",
"Rows": [
{
"ItemId": "c23e35bc-6779-44c2-b5c5-9b7cb7db6106",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c23e35bc-6779-44c2-b5c5-9b7cb7db6106",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "76453874-853a-443b-892d-65a38f37f074",
"Rows": [
{
"ItemId": "c23e35bc-6779-44c2-b5c5-9b7cb7db6106",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c23e35bc-6779-44c2-b5c5-9b7cb7db6106",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"05c61872-95be-4cf1-ae49-91eb2f487f3a",
"73183d27-c71b-4155-9b9c-0b9fe4aa7c12"
],
"Approvers": [
"1803d230-99f1-4118-9bfe-47d787d2ab35",
"71498791-c9b2-4bb1-98cc-bb74e7ab4a40"
],
"ApprovedBy": "aab8a4a0-0290-45b2-9a42-926b616c1d13",
"ApprovalDate": "2026-04-15T02:12:52.4530377+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5776958b-a8d6-4a2d-9187-ae900bd8bbdb",
"id": "44269634-9f1d-47e8-9baf-c2d8cefe6c46",
"ConfigId": "d1aad272-aada-44dc-8752-86fabf5628a6"
}
]